home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / utility / nmail28u / _SETUP.1 / NETMAIL.EXE / 0 / RCDATA / TVVODNAMEGROUP / TVVODNAMEGROUP.txt
Text File  |  1999-09-10  |  4KB  |  139 lines

  1. object VvodNameGroup: TVvodNameGroup
  2.   Left = 63
  3.   Top = 130
  4.   HelpContext = 180
  5.   BorderStyle = bsSizeToolWin
  6.   AutoScroll = False
  7.   Caption = 'Enter new group name'
  8.   ClientHeight = 233
  9.   ClientWidth = 580
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object SBSave: TSpeedButton
  19.     Left = 170
  20.     Top = 191
  21.     Width = 113
  22.     Height = 25
  23.     Caption = 'Save'
  24.     Enabled = False
  25.     Glyph.Data = {
  26.       76010000424D7601000000000000760000002800000020000000100000000100
  27.       04000000000000010000130B0000130B00001000000000000000000000000000
  28.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  29.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  30.       7700333333337777777733333333008088003333333377F73377333333330088
  31.       88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  32.       000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  33.       FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  34.       99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  35.       99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  36.       99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  37.       93337FFFF7737777733300000033333333337777773333333333}
  38.     NumGlyphs = 2
  39.     OnClick = SBSaveClick
  40.   end
  41.   object SBCancel: TSpeedButton
  42.     Left = 298
  43.     Top = 191
  44.     Width = 113
  45.     Height = 25
  46.     Caption = 'Cancel'
  47.     Glyph.Data = {
  48.       76010000424D7601000000000000760000002800000020000000100000000100
  49.       04000000000000010000130B0000130B00001000000000000000000000000000
  50.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  51.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  52.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  53.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  54.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  55.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  56.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  57.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  58.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  59.       3333333777333777333333333999993333333333377777333333}
  60.     NumGlyphs = 2
  61.     OnClick = SBCancelClick
  62.   end
  63.   object Label1: TLabel
  64.     Left = 13
  65.     Top = 18
  66.     Width = 83
  67.     Height = 13
  68.     Caption = 'Mailing List Name'
  69.   end
  70.   object Label2: TLabel
  71.     Left = 61
  72.     Top = 53
  73.     Width = 36
  74.     Height = 13
  75.     Caption = 'Subject'
  76.   end
  77.   object Label3: TLabel
  78.     Left = 53
  79.     Top = 88
  80.     Width = 44
  81.     Height = 13
  82.     Caption = 'Comment'
  83.   end
  84.   object Label4: TLabel
  85.     Left = 65
  86.     Top = 123
  87.     Width = 32
  88.     Height = 13
  89.     Caption = 'Note 1'
  90.   end
  91.   object Label5: TLabel
  92.     Left = 65
  93.     Top = 158
  94.     Width = 32
  95.     Height = 13
  96.     Caption = 'Note 2'
  97.   end
  98.   object NameGroup: TEdit
  99.     Left = 102
  100.     Top = 14
  101.     Width = 453
  102.     Height = 21
  103.     TabOrder = 0
  104.     OnChange = NameGroupChange
  105.   end
  106.   object Subject: TEdit
  107.     Left = 102
  108.     Top = 48
  109.     Width = 453
  110.     Height = 21
  111.     TabOrder = 1
  112.     OnChange = NameGroupChange
  113.   end
  114.   object Comment: TEdit
  115.     Left = 102
  116.     Top = 84
  117.     Width = 453
  118.     Height = 21
  119.     TabOrder = 2
  120.     OnChange = NameGroupChange
  121.   end
  122.   object Note1: TEdit
  123.     Left = 102
  124.     Top = 120
  125.     Width = 453
  126.     Height = 21
  127.     TabOrder = 3
  128.     OnChange = NameGroupChange
  129.   end
  130.   object Note2: TEdit
  131.     Left = 102
  132.     Top = 154
  133.     Width = 453
  134.     Height = 21
  135.     TabOrder = 4
  136.     OnChange = NameGroupChange
  137.   end
  138. end
  139.